home *** CD-ROM | disk | FTP | other *** search
/ PC Format 2 (5.25") / PC Format - Issue 2 November 1991 - Disk 1.ima / PCF.BAT < prev    next >
DOS Batch File  |  1991-09-27  |  1KB  |  60 lines

  1. echo off
  2. cls
  3.  
  4. :start
  5. nocurs
  6. disp pcfiss2 1
  7. getkey abc
  8.  
  9. if errorlevel 3 goto quit
  10. if errorlevel 2 goto airwarh
  11. if errorlevel 1 goto airwarf
  12.  
  13. :airwarf
  14. cls
  15. echo  Please ensure that the disk you intend to write Air Warrior to is a
  16. echo  formatted high density disk.
  17. echo            ____________
  18. pause
  19. echo  Don't panic ...
  20. echo  ... this is going to take a while ...
  21. echo  should your computer only have one floppy disk drive, please
  22. echo  follow the DOS commands that will tell you when to change disks.
  23. copy airwar.exe b:
  24. b:
  25. airwar 
  26. airwar
  27. a:
  28. echo  To run Air Warrior, please select the appropriate drive and
  29. echo  type AIRWAR [Enter]
  30. pause
  31. goto start
  32.  
  33. :airwarh
  34. cls
  35. echo  This will install Air Warrior to the C: drive
  36. pause
  37. echo  Don't panic ...
  38. echo  ... this may take a while
  39. md c:\airwar
  40. copy airwar.exe c:\airwar
  41. c:
  42. cd\airwar
  43. airwar
  44. echo  To play Air Warrior Type:-
  45. echo
  46. echo  C:
  47. echo  cd\airwar
  48. echo  airwar
  49. echo
  50. echo  At the DOS promt
  51. a:
  52. goto start
  53.  
  54. :quit
  55. cls
  56. echo thankyou for using the PCF Cover Disk.
  57. cd\
  58. pause
  59.  
  60.